github.com/andybalholm/brotli/matchfinder.ZDFast.hashShort (method)
5 uses
github.com/andybalholm/brotli/matchfinder (current package)
zdfast.go#L100: nextHashS := z.hashShort(cv)
zdfast.go#L214: z.table[z.hashShort(cv0)] = te0
zdfast.go#L215: z.table[z.hashShort(cv1)] = te1
zdfast.go#L224: nextHashS := z.hashShort(cv)
zdfast.go#L252: func (z *ZDFast) hashShort(u uint64) uint32 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |